home *** CD-ROM | disk | FTP | other *** search
- #
- # This is the header file for constructing make files for I386 processors
- # under System V.3.2, Interactive Systems 386/ix 2.0.2.
- #
-
- .SUFFIXES:
- .SUFFIXES: .o .c .sc .s .u
-
- # Processor name:
- cpu = I386
-
- # System name:
- sys = SYSV
-
- # Default flags to use when invoking the C compiler:
- CFLAGS = -O -DISC386IX -DSYSV
-
- # Default libraries to link against:
- CLIBS = -linet -lm
-
- # Name of the c compile:
- CC = gcc
-
- # How to build an archive symbol table:
- RANLIB = ar rs
-
- # Flags to pass to ln when making source links:
- LNFLAGS =
-
- # Assembly language object files:
- Aruntime = i386.o
-
- # Profiled library:
- Plib =
-
- # Heap size in megabytes for the compiler:
- scheapmb = 4 -scl 40
-
- # End of ISC386IX header.
-